You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtx Class > TMtx Methods > LQR Method > TMtx.LQR Method ([In] TMtx, TMtx, [In] TMtx, [In] TVecInt, bool)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtx.LQR Method ([In] TMtx, TMtx, [In] TMtx, [In] TVecInt, bool)

QR or LQ factorization.

Syntax
C#
Visual Basic
public TMtx LQR([In] TMtx L, TMtx Q, [In] TMtx R, [In] TVecInt P, bool Minimized);

Performs QR factorization with optional pivoting or LQ factorization. The pivoting of columns in the calling matrix is performed only when P is not nil and Rows > Cols

The P[i] holds the permutation of columns in A, so that:

P(A) = Q*R
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!